runtime.traceStackTable.tab (field)
8 uses
runtime (current package)
trace.go#L1192: tab [1 << 13]traceStackPtr
trace.go#L1242: part := int(hash % uintptr(len(tab.tab)))
trace.go#L1243: stk.link = tab.tab[part]
trace.go#L1244: atomicstorep(unsafe.Pointer(&tab.tab[part]), unsafe.Pointer(stk))
trace.go#L1252: part := int(hash % uintptr(len(tab.tab)))
trace.go#L1254: for stk := tab.tab[part].ptr(); stk != nil; stk = stk.link.ptr() {
trace.go#L1295: for i := range tab.tab {
trace.go#L1296: stk := tab.tab[i].ptr()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |